Lines Matching refs:ConstCandMap
366 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument
385 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates()
403 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument
443 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates()
455 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() argument
460 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
474 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
483 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr); in collectConstantCandidates()
492 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
501 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument
514 collectConstantCandidates(ConstCandMap, Inst, Idx); in collectConstantCandidates()
522 ConstCandMapType ConstCandMap; in collectConstantCandidates() local
528 collectConstantCandidates(ConstCandMap, &Inst); in collectConstantCandidates()